projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8063726
)
Check for lrand48, not rand48.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Sep 1994 07:02:34 +0000
(07:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Sep 1994 07:02:34 +0000
(07:02 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index d2c4870de452ba1a07060f03d33a209b49446704..939aa7549309884f8695174affaf2a388b2e225f 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1522,8
+1522,8
@@
AC_ALLOCA
# logb and frexp are found in -lm on most systems.
AC_HAVE_LIBRARY(-lm)
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
-random
rand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror
\
-fpathconf)
+random
lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid
\
+
strerror
fpathconf)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)